home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / mus / misc / play_handler_s.lzh / play-handler / smakefile < prev   
Makefile  |  1995-01-23  |  494b  |  12 lines

  1. play-handler: play-handler.o
  2.     slink FROM "play-handler.o" TO "play-handler" LIB LIB:amiga.lib\
  3.           lib:sc.lib SMALLCODE SMALLDATA VERBOSE NOICONS STRIPDEBUG
  4.  
  5. play-handler.o: play-handler.c
  6.     sc play-handler.c NOSTACKCHECK STRINGMERGE NOSTANDARDIO\
  7.            NOMULTIPLEINCLUDES OPTIMIZE OPTIMIZERSIZE OPTIMIZERINLINELOCAL\
  8.            SMALLCODE SMALLDATA VERBOSE NOICONS OPTIMIZERALIAS NOSTARTUP\
  9.            OPTIMIZERCOMPLEXITY=5 OPTIMIZERDEPTH=5 OPTIMIZERRECURDEPTH=5\
  10.            $(DEFS)
  11.  
  12.